git-get_errlist
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 8 Aug 2022 17:38:30 +0000 (18:38 +0100)
committerAurelien Jarno <aurel32@debian.org>
Mon, 8 Aug 2022 17:38:30 +0000 (18:38 +0100)
commit065587c4533ffb93dc5e455ca4a1bcef0c9af8ee
tree1aaf05aa50cd1fe172fefb5b6e2052770810fe46
parentcea9702e60750dfb908e3cec14c314382088f38f
git-get_errlist

Committed for 2.35

commit 5eb3e2c794c3fdd553833af5342740051221479c
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 23 19:06:49 2021 +0200

    hurd: Fix errlist error mapping

    On the Hurd, the errno values don't start at 0, so _sys_errlist_internal
    needs index remapping. The _sys_errlist_internal definition already properly
    uses ERR_MAP, but __get_errlist and __get_errname were not.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-get_errlist.diff
stdio-common/errlist.c